home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root.fonts
/
root.fonts 34625
/
etc
/
fonts
/
conf.d
/
10-disable-cjk-bitmap-fonts.conf
Wrap
Text File
|
2006-11-29
|
500b
|
16 lines
<fontconfig>
<!-- if scalable CJK fonts are available, CJK bitmap fonst are -->
<!-- not necessary. But due to bugs in Qt they are accidentally -->
<!-- selected on some resolutions by Qt. -->
<!-- As a workaround, disable the CJK bitmap fonts to make it -->
<!-- impossible for Qt to select them -->
<selectfont>
<rejectfont>
<glob>*b16.pcf*</glob>
<glob>*unifont.pcf*</glob>
</rejectfont>
</selectfont>
</fontconfig>